Decibel Notation

(Revised June 2024)

The use of decibels (dB) is incredibly common for all sorts of sensor work, whether with radars, sonars or measuring people's hearing (the use that the average person is most familiar with); because it's a convenient way of writing really long numbers in only two digits with reasonable accuracy.

For example, if you are trying to express the RCS of an insect, it would be inconvenient to try and remember 0.00001 m2; but if you convert it to decibels, you can just say "-50 dBsm".

Measurement systems in use in the sensor community are:

It's important to remember the base unit used for that measurement. If you were trying to convert a 5 megawatt peak power radar into dBw, you'd first have to convert the power level from 5 megawatts to 5,000,000 watts before you converted it into log10 form.

Computing Decibels (dB) from Signal Level

dB = 10 * log10(U)

Where:

dB: Decibel Level
U: Signal Level

Basic Calculator

NOTE: You can enter larger numbers with commas, e.g. 5,000,000 - the program will automatically strip the commas. Likewise, the program will automatically recognize the following SI prefixes:

  • K - Kilo (103)
  • M - Mega (106)
  • G - Giga (109)
  • T - Tera (1012)
  • P - Peta (1015)

Hence, a 5 MW power level would be "5M".

Units

Decibels (dB)

Obtaining Original Signal Level from Decibels

U = 10(dB / 10)

Where:

U: Signal Level (Original Units)
dB: Decibel Level

Basic Calculator

Decibels (dB)

Original Units